home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / PPM116.ZIP / PPMHELP.HLP (.txt) < prev    next >
Borland Turbo Vision Help  |  1994-02-17  |  62KB  |  1,055 lines

  1.  Programmer's Project Manager 
  2. Welcome to the Programmer's Project Manager Editor.  This editor allows you to edit Source, Documentation, and Release  files in a multiple-window environment.  The System (
  3. ) menu is accessed by pressing Alt-Space.  All of the other menus are accessed by pressing Alt-Z, where Z is the first letter of the menu.  For example, the "File" menu is pulled down by Alt-F. Of course, you may also use the mouse to navigate the menus. &
  4. Press ESC to clear this help screen. 
  5.  (System) Menu  (Alt-Spacebar) 
  6. The System menu appears on the far left of the menu bar and is represented by the 
  7.  symbol. (
  8. When you pull down the 
  9.  menu, you see '
  10.   Ascii
  11. Table
  12.   Calendar
  13.   Calculator
  14.  ASCII Table 
  15. The ASCII table displays the entire IBM PC character set.  The current character is marked by a blinking block cursor, and the hexadecimal and decimal ASCII values of the character are displayed below the chart. A new character is selected by pressing it on the keyboard, by clicking the mouse on it in the chart, or by moving the cursor using the cursor keys. 
  16.  Calculator 
  17. The Calculator is a simple four-function calculator with add, subtract, multiply, and divide.  To operate the calculator you can either use the keyboard or press the buttons on the calculator with the mouse.  The 'C' key clears the calculator, the '
  18. ' key will erases the last character typed, and the '
  19. ' key toggles the value from positive to negative (the keyboard equivalent of '
  20. ' is '_'). 
  21.  Calendar 
  22. The Calendar displays the current month, highlighting todays date. The next and previous months can be viewed using the '+' or '-' keys respectivly.  The mouse can also be used to change the month by pressing the 
  23.  icons. 
  24.  File  (Alt-F) 
  25. The File menu includes choices for opening and saving files, changing directories, DOS shell, and exiting the program. 8
  26.  Open
  27.  Save
  28.  Save
  29.  Change
  30. Shell
  31.  Exit
  32.  File 
  33.  Open  (F3) 
  34. The File
  35. Open command displays the Open a File dialog box. In this dialog box you select the text file you want to edit in a window. &
  36. The Open
  37. File dialog box contains: 
  38.  an input
  39. box with a history list
  40.  a list
  41. box to browse the directory
  42.  the standard Cancel button
  43.  Open action button
  44.  an information panel that describes the
  45.    selected file
  46.  File 
  47.  New 
  48. The File
  49. New command creates a new editor window.  The window's name is "Untitled", and is empty. 
  50.  File 
  51.  Save  (F2) 
  52. The File
  53. Save command allows you to save the contents of the current editor window to a disk file.  If the window already has a name, the file will be saved under this name.  If you wish to save the file under a new name, select the File|Save
  54. As command instead. 
  55.  File 
  56.  Save As 
  57. The File
  58. Save As command allows you to save the contents of the current editor window to a new file name.  Note that if an editor window does not have a name (it is called "Untitled") selecting File|Save will execute the Save As dialog box. 
  59.  File 
  60.  Save All 
  61. The File
  62. Save All command saves the contents of all editor windows to disk. 
  63.  File 
  64.  Change Dir   
  65. Change Dir brings up the Change
  66. Directory dialog box, in which you can change the current directory. 
  67.  File 
  68.  DOS Shell 
  69. With the File
  70. DOS Shell command, you can leave the program temporarily to perform a DOS command or run another program. 9
  71. To return to this program, type EXIT at the DOS prompt. 
  72.  File 
  73.  Exit  (Alt-X) 
  74. The File
  75. Exit command terminates this program. 
  76.  Help on Open a File Dialog Box 
  77. The Open a File dialog box contains an input box, a file
  78. list, a file information panel, the standard button Cancel, one other action button (Open), plus a history list that's attached to the Name
  79. inputbox. 
  80.  Name 
  81.                                  
  82. The Name input box is where you enter the name of the file to load, or the file-name mask to use as a filter for the Files list box (for example, *.*). 
  83.  Files 
  84.                                  
  85.   FILENM01.PAS  
  86.   FILENM09.PAS  
  87.   FILENM02.PAS  
  88.   FILENM10.PAS  
  89.   FILENM03.PAS  
  90.   FILENM11.PAS  
  91.   FILENM04.PAS  
  92.   FILENM12.PAS  
  93.   FILENM05.PAS  
  94.   ..            
  95.   FILENM06.PAS  
  96.   \MOREXAMP     
  97.   FILENM07.PAS  
  98.   \TOURS        
  99.   FILENM08.PAS  
  100.   \ANSWERS.DIR  
  101. The Files list box lists the names of files in the current directory that match the file-name mask in the Name input box, plus the parent directory and all subdirectories. 
  102.  C:\TP\EXAMPLES\*.PAS                     
  103.  HELLO.PAS       52  Jul 14,1990  12:00pm 
  104. The File information panel shows the path name, file name, date, time, and size of the selected file. =
  105. None of the items on this information panel are selectable. 
  106.  [ Open ] 
  107. The Open button opens a new Viewer window and places the selected file in that window. 
  108.  [ Cancel ] 
  109. If you choose Cancel, nothing changes and no action occurs, and the dialog box is put away. M
  110. (Esc always cancels a dialog box, even if a Cancel button does not appear.) 
  111.  [ Open ] 
  112. In the Open a File dialog box, if you choose the Open button TVDEMO opens a new window and places the selected file in that window. 
  113.  Help on the Change Directory dialog box 
  114. The Change Directory dialog box consists of an input box, a list box, the standard OK and Help buttons, and two other buttons (Chdir and Revert). |
  115.  Directory Name 
  116.                                      
  117. The Directory Name input box is where you type in the path of the new directory. 
  118.  Directory Tree 
  119.    Drives                            
  120. C:\                            
  121.      
  122. TP                           
  123.        
  124. TVISION                    
  125. The Directory Tree list box enables you to navigate directories by using the selecting bar and pressing Enter. 
  126. If you're using the keyboard, press Enter to make the selected directory be the current directory, then choose OK or press Esc to exit the dialog box. +
  127.  [Chdir ] 
  128. The Chdir button changes the current directory once you've selected or typed in a directory name. +
  129.  [Revert] 
  130. The Revert button goes back to the previous directory, as long as you haven't yet exited the dialog box. 
  131.  Edit  (Alt-E) 
  132. The Edit menu includes choices for UNDO in the editor and managing the clipboard. 
  133.  Edit 
  134.  Undo 
  135. The Edit
  136. Undo command allows you to "take back" the last editor action you performed.  For example, if the line: 
  137.   This is an editor test
  138. is changed to: 
  139.   This was an editor test
  140. the Undo command will become active.  Executing the Undo command will cause the line to revert back to its original version.  Note that changes which can be undone are grouped into similar actions, such as typing, or deleting characters.  Any action type you perform that is different than the last action type will cause the Undo information to be lost. 
  141.  Edit 
  142.  Cut 
  143. The Edit
  144. Cut command removes the selected text and places it on the Clipboard.  Any information previously on the clipboard is lost.  Text cut from the editor may be immediately replaced by selecting the Undo command before moving the cursor. 
  145.  Edit 
  146.  Copy 
  147. The Edit
  148. Copy command places a copy of the selected text on the Clipboard.  The selected information is left unchanged, but any information previously on the clipboard is lost. 
  149.  Edit 
  150.  Paste 
  151. The Edit
  152. Paste command inserts a the contents of the clipboard into the current editor window at the cursor position.  The contents of the clipboard remain unchanged.  If any text is selected in the current editor window, the highlighted text is replaced by the text coming from the clipboard.  Information pasted into an editor may be removed immediately by using the Undo command before moving the cursor. 
  153.  Edit 
  154.  Show Clipboard 
  155. The Edit
  156. Show Clipboard command will display the Clipboard contents is an ordinary editor window.  Note that Cut and Paste commands are not enabled while the clipboard is the focused window. 
  157.  Edit 
  158.  Clear 
  159. The Edit
  160. Clear command removes any selected text from the current editor without placing a copy of the text on the clipboard.  The effects of this command may be reversed by selecting Undo before moving the cursor. 
  161.  Search (Alt-S) 
  162. The Search menu provides text search and optional replace capability. 
  163.  Search 
  164.  Find 
  165. The Search
  166. Find command searches through the text in the current window for the character or characters specified. 
  167.  Search 
  168.  Sear